Global Variables

The following global variables are available globally.

  • Key of the AuthenticationCompletionStatus in the userInfo dictionary of the PredixMobileAuthenticationComplete notification

    Declaration

    Swift

    public let authenticationNotificationCompletionStatusKey = "completionStatus"
  • If authentication fails, the resulting Error object will contain an element relating to the stage of the authentication process where the failure occured under this key.

    Declaration

    Swift

    public let authenticationErrorFailureStageKey = "pmAuthenticationFailureStage"
  • If authentication fails, the resulting Error object will contain an element relating to the validation type underway during the failure under this key.

    Declaration

    Swift

    public let authenticationErrorValidationTypeKey = "pmAuthenticationValidationType"